home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Dev / Sas-PPC / samplelib1 / smakefile < prev    next >
Encoding:
Makefile  |  1999-12-03  |  1.1 KB  |  46 lines

  1. all: try_multi.ppc try_multi test_multi.library  
  2.  
  3.  
  4. try_multi: try_multi.c
  5.       sc link debug=line try_multi.c
  6.  
  7. try_multi.ppc: try_multi.c
  8.       scppc link debug=line hunkobj programname=try_multi.ppc try_multi.c
  9.  
  10.  
  11.  
  12.  
  13. test_multi.library: libinitr.o test.o testppc.o dispatch68k.o dispatchppc.o
  14.       work:ppc/slink/slink PPC with <<
  15. LIBFD test.fd 
  16. to test_multi.library 
  17. FROM lib:libent.o libinitr.o test.o dispatch68k.o testppc.o dispatchppc.o
  18. lib work:ppc/lib/scppc.lib 
  19. noicons
  20. libversion 1 librevision 11
  21. verbose
  22. map test_multi.map hsx
  23. <
  24.  
  25.  
  26.  
  27.       
  28. testppc.o: testppc.c      
  29.       scppc debug sf testppc.c hunkobj
  30.  
  31. dispatchppc.o: dispatchppc.c      
  32.       scppc debug sf dispatchppc.c hunkobj
  33.  
  34. test.o: test.c      
  35.       sc libcode nostackcheck debug sf test.c
  36.  
  37. dispatch68k.o: dispatch68k.c      
  38.       sc libcode nostackcheck debug sf dispatch68k.c
  39.  
  40.  
  41. libinit.o: libinit.c
  42.       sc resetopts libcode strmer nostackcheck debug sf DEF ONE_GLOBAL_SECTION=1 libinit.c
  43.  
  44. libinitr.o: libinit.c
  45.       sc resetopts libcode strmer nostackcheck debug sf objname libinitr.o libinit.c
  46.